-
-
Notifications
You must be signed in to change notification settings - Fork 26
Claude/add component docs o scl o #522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Api.mdx files with PropsTable for the following components: - Checkbox: props including colors, checked state, onChange callback - Textbox (Input): props including error states, allowClear, icon support - Toggle: props including variant (default/switch), colors, onChange - Stepper: compound component documentation with Stepper, Container, Buttons, Input - Radio: props including variant (default/button), RadioGroup API included - Select: compound component documentation with Trigger, Container, Option, Divider
Add interactive demo files for the following components: - Checkbox: Default, Checked, Disabled, Colors - Textbox (Input): Default, Error, Disabled, WithIcon - Toggle: Default, Switch variant, Disabled, Colors - Stepper: Default, TextType, MinMax - Radio: Default, ButtonVariant, Column, Disabled - Select: Default, Radio type, Checkbox type, WithOptions
Add JSDoc-style comments to all demo files that are displayed as documentation in the component pages. Each demo now includes: - A title (e.g., ## Default, ## Colors) - A description explaining the feature and usage Components updated: - Checkbox: Default, Checked, Disabled, Colors - Textbox: Default, Error, Disabled, WithIcon - Toggle: Default, Switch, Disabled, Colors - Stepper: Default, TextType, MinMax - Radio: Default, ButtonVariant, Column, Disabled - Select: Default, Radio, Checkbox, WithOptions
…dev-five-git/devup-ui into claude/add-component-docs-oSclO
Update all demo files to follow the Button demo structure: - Move imports before JSDoc comments - Use **Title** format instead of ## Title - Remove unnecessary 'use client' directives (keep only for useState usage) - Improve demo examples with more visual variations Components updated: - Checkbox: Default, Checked, Disabled, Colors - Textbox: Default, Error, Disabled, WithIcon - Toggle: Default, Switch, Disabled, Colors - Stepper: Default, TextType, MinMax - Radio: Default, ButtonVariant, Column, Disabled - Select: Default, Radio, Checkbox, WithOptions
…dev-five-git/devup-ui into claude/add-component-docs-oSclO
Add numeric prefixes to demo filenames to ensure proper ordering: - 1_Default always comes first - Followed by feature-specific demos (Variant, Type, etc.) - Disabled/Colors typically come last File ordering: - Checkbox: Default → Checked → Disabled → Colors - Textbox: Default → Error → Disabled → Icon - Toggle: Default → Variant → Disabled → Colors - Stepper: Default → Type → MinMax - Radio: Default → Variant → Direction → Disabled - Select: Default → Radio → Checkbox → Options
…dev-five-git/devup-ui into claude/add-component-docs-oSclO
- Rename Button demo files with numeric prefixes for consistent ordering: 1_Variants → 2_Icon → 3_Danger → 4_Disabled → 5_Colors - Fix ESLint errors in demo files
Contributor
Changepacks@devup-ui/[email protected] → 1.0.53 - bindings/devup-ui-wasm/package.jsonPatch
@devup-ui/[email protected] → 0.1.38 - packages/components/package.jsonPatch
@devup-ui/[email protected] → 1.0.6 - packages/eslint-plugin/package.jsonPatch
@devup-ui/[email protected] → 1.0.60 - packages/next-plugin/package.jsonPatch
@devup-ui/[email protected] → 1.0.30 - packages/react/package.jsonPatch
@devup-ui/[email protected] → 1.0.19 - packages/reset-css/package.jsonPatch
@devup-ui/[email protected] → 1.0.45 - packages/rsbuild-plugin/package.jsonPatch
@devup-ui/[email protected] → 1.0.50 - packages/vite-plugin/package.jsonPatch
@devup-ui/[email protected] → 1.0.50 - packages/webpack-plugin/package.jsonPatch
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.